Q3File_SkipObject
You can use theQ3File_SkipObject
function to skip over an object in a file.
TQ3Status Q3File_SkipObject (TQ3FileObject file);
file
- A file object.
DESCRIPTION
TheQ3File_SkipObject
function skips the next object in the file object specified by thefile
parameter. Note thatQ3File_SkipObject
skips the next object whether or not you have already calledQ3File_GetNextObjectType
to get information about that object's type.